Random #rstats thing which I often find useful: if you want to create new variable(s) which become the first columns in your data frame, .before = 1 inside mutate will get you there. Saves you from extra select() or relocate() steps https://t.co/Z3Xbq8qzDC
Random #rstats thing which I often find useful: if you want to create new variable(s) which become the first columns in your data frame, .before = 1 inside mutate will get you there. Saves you from extra select() or relocate() steps https://t.co/Z3Xbq8qzDC